home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / MMEdit / MMEdit.app / MMRTFEditor.nib / data.classes next >
Text File  |  1993-01-12  |  811b  |  58 lines

  1. IAppDelegate = {
  2.     OUTLETS = {
  3.     editor;
  4.     };
  5.     SUPERCLASS = Object;
  6. };
  7. IPostButton = {
  8.     SUPERCLASS = Button;
  9. };
  10. IFileIconButton = {
  11.     SUPERCLASS = Button;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. SavePanel = {
  19.     ACTIONS = {
  20.     cancel:;
  21.     ok:;
  22.     selectText:;
  23.     };
  24.     OUTLETS = {
  25.     form;
  26.     okButton;
  27.     accessoryView;
  28.     separator;
  29.     browser;
  30.     };
  31.     SUPERCLASS = Panel;
  32. };
  33. IMMEditor = {
  34.     ACTIONS = {
  35.     changeToMultimedia:;
  36.     getFilename:;
  37.     setObjectInSelection:;
  38.     changeToEditable:;
  39.     };
  40.     OUTLETS = {
  41.     oPicture;
  42.     oPlainMultimediaButton;
  43.     oBodyView;
  44.     oArticleSizeField;
  45.     oSelectionButton;
  46.     oSplitView;
  47.     oHeaderView;
  48.     oAttributeView;
  49.     };
  50.     SUPERCLASS = IMMViewer;
  51. };
  52. IMMViewer = {
  53.     SUPERCLASS = Object;
  54. };
  55. INewsBaseSavePanel = {
  56.     SUPERCLASS = SavePanel;
  57. };
  58.